home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / timeline.dir / 00040_Script_40 < prev    next >
Text File  |  1983-01-29  |  250b  |  13 lines

  1. on toglipopinv
  2.   global dove
  3.   set var to string(the windowlist)
  4.   if offset ("popup",var) then
  5.     close window "popup"
  6.     forget window "popup"  
  7.     if objectp (attore) then forget attore
  8.     set dove to 0
  9.   end if
  10.   updatestage
  11. end
  12.  
  13.